Skip to main content
DELETE
/
api
/
v1
/
context
/
add-async
/
{id}
/
cancel
Cancel a context add job
curl --request DELETE \
  --url https://platform-backend.getalchemystai.com/api/v1/context/add-async/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "jobId": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Job ID to cancel

Response

Job cancelled successfully

success
boolean
jobId
string
status
string
message
string